func runtime.canPreemptM

4 uses

	runtime (current package)
		preempt.go#L289: func canPreemptM(mp *m) bool {
		preempt.go#L401: 	if mp.p == 0 || !canPreemptM(mp) {
		proc.go#L4355: 	if !canPreemptM(gp.m) {
		stack.go#L1095: 		if !canPreemptM(thisg.m) {